* systime.h (timezone): Add an explicit declaration for this
authorJim Blandy <jimb@redhat.com>
Thu, 11 Mar 1993 07:17:15 +0000 (07:17 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 11 Mar 1993 07:17:15 +0000 (07:17 +0000)
variable under USG 5-4.

src/systime.h

index fdbb70a78af5e0bd8cd43dcd95e8615e6855f8ab..8b6718a8747018c59f5a1a4e956055e856294427 100644 (file)
@@ -40,6 +40,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <time.h>
 #endif
 
+/* SVr4 doesn't actually declare this in its #include files.  */
+#ifdef USG5_4
+extern long timezone;
+#endif
+
 \f
 /* EMACS_TIME is the type to use to represent temporal intervals -
    struct timeval on some systems, int on others.  It can be passed as